Skip to main content

lock error dialogs

Type

command

Summary

Sets the lockErrorDialogs property to true, preventing the error window from being displayed when an execution error occurs.

Syntax

lock error dialogs

Description

Use the lock error dialogs command to handle execution errors in a custom handler, rather than allowing LiveCode to display the standard error window.

The lock error dialogs command sets the lockErrorDialogs property to true.

If an execution error occurs while the lockErrorDialogs property is set to true, an errorDialog message is sent to the object whose handler set the lockErrorDialogs to true.

When all pending handlers are finished executing, the lockErrorDialogs property is set back to false, undoing the lock error dialogs command's action.

Examples

lock error dialogs
if the environment is among the lines of userEnv then lock error dialogs

glossary: object, property, handler, message, command, handle, execution error

message: errorDialog

property: lockErrorDialogs

command: lock messages, unlock error dialogs

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?